home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000085_news@columbia.edu_Tue Jan 3 19:10:48 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26289
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 4 Jan 1995 03:01:18 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01478
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 4 Jan 1995 03:01:17 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!swiss.ans.net!newsgate.watson.ibm.com!watnews.watson.ibm.com!mhvnews.kgn.ibm.com!clnt8kgn.kgn.ibm.com!shapiro
  6. From: shapiro@minnie.nic.kingston.ibm.com
  7. Newsgroups: comp.software.testing,comp.protocols.kermit.misc
  8. Subject: testing with kermit
  9. Followup-To: comp.software.testing
  10. Date: 3 Jan 1995 19:10:48 GMT
  11. Organization: IBM Corporation, Kingston NY
  12. Lines: 39
  13. Message-Id: <3ec7fo$9ol@mhvnews.kgn.ibm.com>
  14. Reply-To: shapiro@minnie.nic.kingston.ibm.com
  15. Nntp-Posting-Host: clnt8kgn.kgn.ibm.com
  16. Keywords: kermit testing
  17. Originator: shapiro@clnt8kgn.kgn.ibm.com
  18. Xref: news.columbia.edu comp.software.testing:2977 comp.protocols.kermit.misc:1527
  19. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  20.  
  21. To handle repetitive tasks I've resorted to the public domain package
  22. known as kermit. Even though I'm on a full blown TCPIP network
  23. with telnet and rsh available everywhere Kermit is convenient
  24. to "automate" tasks.
  25.  
  26. Works rather well, 
  27. Commands that complete quickly work great.
  28. Commands that take a long time, timeout , prematuring terminating the process.
  29. I've discovered that
  30. REMOTE SET SERVER TIMEOUT 0
  31. will make the timeout value infinite, but
  32. I still timeout with:
  33. "Sent too many NAKs"
  34.  
  35. Its especially attrocious when I want to mix a workload of
  36. quick executing commands and long executing commands.
  37.  
  38. All my scripts are short, and are basically single script commands
  39. with lots of continuation. This is probably why I can't mix.
  40.  
  41. small sample of a test script:
  42.  
  43. ; SET NETWORK TCP/IP
  44. LOG SESSION output.out
  45. SET HOST node
  46. script gin:--gin:--gin: root word: passwd ]> who ]> date ]> \
  47. who~sam~si~s& ]> \
  48. jobs~s~-l ]> \
  49. who~sam~si ]> quit
  50. ; SET HOST
  51.  
  52. Anybody got any bright ideas?
  53.  
  54. David Shapiro
  55. shapiro@minnie.nic.kingston.ibm.com
  56.  
  57. PPS
  58. IBM Corp
  59. (914) 432-8018